rolesystem.jade
Class RoleCommand

java.lang.Object
  extended by rolesystem.jade.RoleCommand
All Implemented Interfaces:
java.io.Serializable

public class RoleCommand
extends java.lang.Object
implements java.io.Serializable

This class represents a command directed to the server agent.

See Also:
Serialized Form

Constructor Summary
RoleCommand(java.lang.String name, java.io.Serializable[] parameters)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this command.
 java.io.Serializable[] getParameters()
          Returns the parameters of this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleCommand

public RoleCommand(java.lang.String name,
                   java.io.Serializable[] parameters)
Parameters:
name - Name of this command.
parameters - Parameters of this command.
Method Detail

getName

public java.lang.String getName()
Returns the name of this command.

Returns:
The name of this command.

getParameters

public java.io.Serializable[] getParameters()
Returns the parameters of this command.

Returns:
The parameters of this command.